RectangleAlignment Enumeration
Namespace: Independentsoft.Office.DrawingAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
public enum RectangleAlignment
Public Enumeration RectangleAlignment
| Bottom | 0 | |
| BottomLeft | 1 | |
| BottomRight | 2 | |
| Center | 3 | |
| Left | 4 | |
| Right | 5 | |
| Top | 6 | |
| TopLeft | 7 | |
| TopRight | 8 | |
| None | 9 | |